home *** CD-ROM | disk | FTP | other *** search
- on menusel
- global lan
- if lan = "e" then
- set the visible of sprite 39 to 0
- set the visible of sprite 40 to 0
- else
- nothing()
- end if
- if lan = "f" then
- set the visible of sprite 39 to 1
- set the visible of sprite 40 to 0
- else
- end if
- if lan = "g" then
- set the visible of sprite 39 to 0
- set the visible of sprite 40 to 1
- else
- end if
- end
-